Java InputStream、String、File相互转化 --- good
String --> InputStreamByteArrayInputStream stream = new ByteArrayInputStream(str.getBytes()); ...
String --> InputStreamByteArrayInputStream stream = new ByteArrayInputStream(str.getBytes()); ...